Remove unused pipe_client1 from test
authorJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 24 Aug 2018 14:37:05 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 14:37:05 +0000 (16:37 +0200)
test/test_pipe_support.py

index bde86f63e4ae65f5850f197886a29afab77f921c..3177d71d5afaf8578a03fb6f95aaf60a76417f46 100644 (file)
@@ -49,7 +49,6 @@ class TestPipeSupport(TestBase):
     async def run(self):
 
         pipe_client0 = SiriDBAsyncUnixConnection(PIPE_NAME)
-        pipe_client1 = SiriDBAsyncUnixConnection(PIPE_NAME)
 
         await pipe_client0.connect('iris', 'siri', self.db.dbname)